home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id001.dxr / 00077.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  220 b   |  18 lines

  1. on exitFrame
  2.   handcursor(14)
  3.   handcursor(15)
  4.   handcursor(9)
  5.   handcursor(5)
  6.   if the timer > 830 then
  7.     go(the frame + 1)
  8.   else
  9.     go(the frame)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   cursorOff()
  15.   sound stop 1
  16.   go(138)
  17. end
  18.